@charset "UTF-8";

/*网站地图1920 开始 */
.wzdt2 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wzdt_a {
  border: solid 2px #e5e5e5;
  margin-top: 22px;
}

.wzdt_a h6 {
  width: 1144px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 5px;
}

.wzdt_a h6 a {
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  line-height: 45px;
}

.wzdt_a p {
  margin: 0 25px;
}

.wzdt_a p a {
  color: #505050;
  line-height: 42px;
  margin-right: 15px;
}

.wzdt_a p a:hover {
  color: #0665d0;
}

/*404*/
.fzfbox {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 100px 30px;
  margin-bottom: -30px;
}

.fzf1 {
  width: 1011px;
  margin: 20px auto;
}

.fzf1 img {
  width: 100%;
  margin: 0 auto;
}

.fzf2 {
  width: 100%;
  margin: 0 auto;
}

.fzf2 p {
  font-size: 36px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 {
  width: 100%;
  margin: 0 auto;
}

.fzf2-1 p {
  font-size: 26px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 p span {
  color: #333;
}

.fzf3 {
  width: 430px;
  margin: 20px auto;
  margin-top: 40px;
}

.fzf3z {
  float: left;
}

.fzf3z img {
  width: 100%;
  margin: 0 auto;
}

.fzf3y {
  float: right;
}

.fzf3y img {
  width: 100%;
  margin: 0 auto;
}

/*404*/
body {
  /* 解决ios手机页面滑动卡顿问题 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

header .h_top_back {
  background-color: #F3F4F5;
}

header .h_top_back .h_top {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 36px;
  font-size: 12px;
  color: #8E8E8E;
}

header .h_top_back .h_top .h_top_h1 {
  display: flex;
  align-items: center;
}

header .h_top_back .h_top .h_top_h1 h1 {
  line-height: 36px;
  font-size: 12px;
}

header .h_top_back .h_top .h_map a {
  color: #8E8E8E;
}

header .h_top_back .h_top .h_map span {
  margin: 0 5px;
}

header .h_cen {
  width: 90%;
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .h_cen .h_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
}

header .h_cen .h_logo a {
  display: block;
}

header .h_cen .h_logo a img {
  display: block;
}

header .h_cen .h_logo>span {
  display: block;
  width: 1px;
  height: 28px;
  background-color: #EEEEEE;
  margin: 0 20px 0 5px;
}

header .h_cen .h_logo p {
  font-size: 18px;
  font-weight: bold;
}

header .h_cen .h_logo p span {
  color: #2D3C90;
}

header .h_cen .h_nav {
  width: 44%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .h_cen .h_nav .p_one {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .h_cen .h_nav .p_one a {
  display: block;
  font-size: 14px;
  padding: 10px 28px;
  height: auto;
  border-radius: 2px;
  transition: all .5s;
}

header .h_cen .h_nav .p_one .p_two {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

header .h_cen .h_nav .p_one .p_two li a {
  color: #fff;
  padding: 10px 10px;
}

header .h_cen .h_nav .p_one .p_two li:hover>a {
  background-color: #344394;
  color: #fff;
  transition: all .5s;
}

header .h_cen .h_nav .p_one:hover>a {
  background-color: #344394;
  color: #fff;
  transition: all .5s;
}

header .h_cen .h_nav .one_active>a {
  background-color: #344394;
  color: #fff;
}

header .h_cen .h_tel {
  display: flex;
  align-items: center;
}

header .h_cen .h_tel img {
  display: block;
  margin-right: 5px;
}

.i_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.i_banner .swiper01 {
  position: relative;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.i_banner .swiper01 img {
  display: block;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .8s;
}

.i_banner .swiper01 .prev0 {
  width: 52px;
  height: 52px;
  background: url(../esimg/icon/syjt_left.png) no-repeat center;
  background-size: 100% 100%;
  left: 13.5%;
  opacity: 0;
  transition: all .5s;
}

.i_banner .swiper01 .next0 {
  width: 52px;
  height: 52px;
  background: url(../esimg/icon/syjt_right.png) no-repeat center;
  background-size: 100% 100%;
  right: 11.5%;
  opacity: 0;
  transition: all .5s;
}

.i_banner .swiper01 .sw_hidden {
  opacity: 0;
  transition: all .5s;
}

.i_banner .swiper01 .sw_show {
  opacity: 1;
  transition: all .5s;
}

.i_banner .swiper01 .pagin01 {
  bottom: 60px;
  left: -660px;
}

.i_banner .swiper01 .pagin01 span {
  margin: 0 10px;
}

.i_banner .swiper01 .pagin01 .num_fl {
  color: #FF5E22;
  font-size: 24px;
  font-family: Arial;
  position: relative;
  top: 2px;
}

.keyword_a {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.keyword_a .keyword_b {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.keyword_a a {
  margin: 0 5px;
  color: #fff;
}

.n_nav {
  width: 100%;
  border-bottom: 2px solid #E8EBF2;
  border-collapse: collapse;
}

.n_nav .n_ul01 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.n_nav .n_ul01 li {
  width: 33.3%;
}

.n_nav .n_ul01 li a {
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 30px 0;
}

.n_nav .n_ul01 .nei_active {
  border-bottom: 2px solid #344394;
  margin-bottom: -2px;
}

.n_nav .n_ul01 .nei_active a {
  color: #344394;
}

.n_nav .n_ul02 li {
  width: 25%;
}

.n_nav .n_ul03 li {
  width: 50%;
}

.walk_back {
  padding-top: 88px;
  padding-bottom: 40px;
  background: url(../esimg/img/walk_back.png) no-repeat left bottom;
}

.walk_back .walk_a {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: normal;
}

.walk_back .walk_a .walk_fl {
  width: 48%;
}

.walk_back .walk_a .walk_fl h5 {
  font-size: 20px;
  color: #344394;
  margin-bottom: 32px;
}

.walk_back .walk_a .walk_fl h6 {
  color: #222;
  font-size: 32px;
  margin-bottom: 28px;
  font-weight: bold;
}

.walk_back .walk_a .walk_fl p {
  font-size: 20px;
}

.walk_back .walk_a .walk_fl .walk_line {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  margin: 32px 0;
}

.walk_back .walk_a .walk_fl i {
  font-size: 14px;
  line-height: 2;
  color: #6B6B6B;
}

.walk_back .walk_a .walk_fl ul {
  display: flex;
  margin-top: 30px;
}

.walk_back .walk_a .walk_fl ul li {
  text-align: center;
  margin-right: 140px;
}

.walk_back .walk_a .walk_fl ul li img:hover {
  transform: rotateY(360deg);
  transition: all .8s;
}

.walk_back .walk_a .walk_fl ul li b {
  display: block;
}

.walk_back .walk_a .walk_fl ul li:nth-child(3n) {
  margin-right: 0;
}

.walk_back .walk_a .walk_fr {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.walk_back .walk_a .walk_fr img {
  display: block;
  width: 100%;
  transition: all .8s;
}

.walk_back .walk_a .walk_fr img:hover {
  transform: scale(1.05);
  transition: all .8s;
}

.walk_back .walk_a .walk_fr a {
  position: absolute;
  top: 76%;
  right: 2%;
}

.title h5 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}

.title h5 span {
  color: #344394;
}

.title i {
  font-size: 20px;
  line-height: 1;
  color: #C4C4C4;
}

.strength_a {
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}

.strength_a .title {
  text-align: center;
}

.strength_a .strength_switch {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.strength_a .strength_switch .strength_list {
  height: 90px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-top: 2px solid #F8F9FB;
  cursor: pointer;
}

.strength_a .strength_switch .strength_list .strength_icon {
  display: flex;
  align-items: center;
}

.strength_a .strength_switch .strength_list .strength_icon p {
  font-size: 20px;
}

.strength_a .strength_switch .strength_list .strength_icon img {
  display: block;
  margin-right: 16px;
}

.strength_a .strength_switch .strength_list i {
  font-size: 18px;
  font-family: Arial;
}

.strength_a .strength_switch .strength_active {
  border-top: 2px solid #344394;
}

.strength_a .strength_switch .strength_active .strength_icon p {
  color: #344394;
}

.strength_a .strength_switch .strength_active .strength_icon p a {
  color: #344394;
}

.strength_a .strength_switch .strength_active i {
  color: #344394;
}

.strength_over {
  width: 100%;
  overflow: hidden;
}

.strength_back {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 420px;
  position: relative;
  background: url(../esimg/img/strength_img01.png) no-repeat left;
}

.strength_back .strength_ig {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.strength_back .strength_ig img {
  width: 100%;
  display: block;
}

.strength_back .strength_text {
  width: 1400px;
  margin: 0 auto;
  padding: 60px 90px 60px 0;
}

.strength_back .strength_text b {
  font-size: 18px;
  color: #FF5E22;
}

.strength_back .strength_text .str_title {
  width: 50%;
}

.strength_back .strength_text .str_title .str_jt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.strength_back .strength_text .str_title .str_jt h5 {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 32px;
}

.strength_back .strength_text .str_title .str_jt a {
  display: block;
}

.strength_back .strength_text .str_title .str_c {
  display: flex;
}

.strength_back .strength_text .str_title p {
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  line-height: 24px;
}

.strength_back .strength_text .str_title ul {
  margin-top: 20px;
  margin-right: 60px;
}

.strength_back .strength_text .str_title ul li {
  margin-bottom: 16px;
  width: 120px;
}

.strength_back .strength_text .str_title ul li a {
  display: flex;
  font-size: 16px;
  color: #fff;
  transition: all .5s;
  justify-content: space-between;
}

.strength_back .strength_text .str_title ul li a i {
  display: block;
}

.strength_back .strength_text .str_title ul li:hover a {
  color: #FF5E22;
  transition: all .5s;
}

.strength_back .strength_text .str_title ul .str_active a {
  color: #FF5E22;
}

.new_a {
  width: 1400px;
  margin: 0 auto;
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.new_a .new_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.new_a .new_fl {
  width: 60%;
}

.new_a .new_fl .new_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_a .new_fl .new_b>a {
  display: block;
  width: 280px;
  height: 190px;
  overflow: hidden;
}

.new_a .new_fl .new_b>a img {
  display: block;
  width: 100%;
  transition: all .8s;
}

.new_a .new_fl .new_b:hover>a img {
  transform: scale(1.05);
  transition: all .8s;
}

.new_a .new_fl .new_b .new_text {
  margin-left: 40px;
  flex: 1;
}

.new_a .new_fl .new_b .new_text h5 a {
  font-size: 20px;
  font-weight: bold;
  transition: all .5s;
}

.new_a .new_fl .new_b .new_text i {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  display: block;
  margin: 20px 0;
}

.new_a .new_fl .new_b .new_text p {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.new_a .new_fl .new_b .new_text .new_tz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
}

.new_a .new_fl .new_b .new_text .new_tz a {
  font-size: 14px;
  color: #999999;
  transition: all .5s;
}

.new_a .new_fl .new_b .new_text .new_tz .blue {
  display: none;
}

.new_a .new_fl .new_b:hover .new_text h5 a {
  color: #344394;
  transition: all .5s;
}

.new_a .new_fl .new_b:hover .new_text .new_tz a {
  color: #344394;
  transition: all .5s;
}

.new_a .new_fl .new_b:hover .new_text .new_tz .blue {
  display: block;
}

.new_a .new_fl .new_b:hover .new_text .new_tz .gray {
  display: none;
}

.new_a .new_fl .new_line01 {
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  margin: 40px 0;
}

.new_a .new_line02 {
  width: 1px;
  height: 560px;
  background-color: #F0F0F0;
  margin: 0 90px;
}

.new_a .new_fr {
  width: 48%;
  background-color: #F8F9FB;
}

.new_a .new_fr>a {
  display: block;
  width: 100%;
}

.new_a .new_fr>a img {
  display: block;
  width: 100%;
  transition: all .8s;
}

.new_a .new_fr:hover>a img {
  transform: scale(0.95);
  transition: all .8s;
}

.new_a .new_fr .new_text {
  padding: 30px 36px 30px;
}

.new_a .new_fr .new_text h5 a {
  font-size: 20px;
  font-weight: bold;
  transition: all .5s;
}

.new_a .new_fr .new_text p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  margin-top: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.new_a .new_fr .new_text i {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 20px;
}

.new_a .new_fr .new_text .new_line03 {
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  margin: 24px 0;
}

.new_a .new_fr .new_text .new_tz {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_a .new_fr .new_text .new_tz a {
  font-size: 14px;
  color: #999999;
  transition: all .5s;
}

.new_a .new_fr .new_text .new_tz .blue {
  display: none;
}

.new_a .new_fr:hover .new_text h5 a {
  color: #344394;
  transition: all .5s;
}

.new_a .new_fr:hover .new_text .new_tz a {
  color: #344394;
  transition: all .5s;
}

.new_a .new_fr:hover .new_text .new_tz .gray {
  display: none;
}

.new_a .new_fr:hover .new_text .new_tz .blue {
  display: block;
}

.promotion {
  width: 1400px;
  margin: 80px auto;
  display: block;
}

.promotion img {
  display: block;
  width: 100%;
}

.contact_back {
  background: url(../esimg/img/contact_bg.png) no-repeat center center;
  background-size: cover;
}

.cont_map_back {
  position: relative;
}

.cont_map_back .contact_a {
  justify-content: flex-end;
}

.cont_map_back .cont_map {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cont_map_back .cont_map #map {
  width: 100%;
  height: 100%;
}

.cont_map_back .cont_map #map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont_map_back .cont_map #map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.contact_a {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.contact_a .contact_fl {
  width: 48%;
}

.contact_a .contact_fl h5 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}

.contact_a .contact_fl h5 span {
  color: #FF5E22;
}

.contact_a .contact_fl i {
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0.4;
  font-family: Arial;
  line-height: 1;
  letter-spacing: 1px;
}

.contact_a .contact_fl .con_ic {
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  border-left: 2px solid #FF5E22;
  padding-left: 10px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.contact_a .contact_fl .contact_b {
  display: flex;
  align-items: center;
}

.contact_a .contact_fl .contact_b .con_phone {
  margin-right: 40px;
}

.contact_a .contact_fl .contact_b p {
  font-size: 16px;
  line-height: 2;
  color: #FFF;
  padding-left: 10px;
}

.contact_a .contact_fl .contact_b .con_tran {
  opacity: 0.2;
}

.contact_a .contact_fl .con_bt {
  font-size: 14px;
  display: block;
  width: 180px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-top: 50px;
  transition: all .8s;
}

.contact_a .contact_fl .con_bt:hover {
  transform: scale(0.95);
  transition: all .8s;
}

.contact_a .contact_fr {
  width: 48%;
}

.contact_a .contact_fr form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_a .contact_fr form p {
  width: 48%;
  margin-bottom: 30px;
}

.contact_a .contact_fr form p i {
  display: flex;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.contact_a .contact_fr form p i span {
  display: block;
  margin-right: 10px;
  color: #C6000B;
}

.contact_a .contact_fr form p input {
  width: 100%;
  height: 40px;
  background: rgba(247, 248, 250, 0);
  border: 1px solid rgba(235, 235, 235, 0.2);
  border-radius: 5px;
  padding-left: 12px;
  color: #fff;
}

.contact_a .contact_fr form p input::placeholder {
  opacity: 0.4;
  color: #FFFFFF;
}

.contact_a .contact_fr form .form_leave {
  width: 100%;
}

.contact_a .contact_fr form .form_leave textarea {
  width: 100%;
  height: 100px;
  background: rgba(247, 248, 250, 0);
  border: 1px solid rgba(235, 235, 235, 0.2);
  border-radius: 5px;
  padding-left: 12px;
  padding-top: 14px;
  color: #FFF;
}

.contact_a .contact_fr form .form_leave textarea::placeholder {
  opacity: 0.4;
  color: #FFFFFF;
}

.contact_a .contact_fr form .form_code {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_a .contact_fr form .form_code input {
  width: 32%;
}

.contact_a .contact_fr form .form_code .submit {
  padding: 0;
  background-color: #FF5E22;
  transition: all .8s;
  cursor: pointer;
}

.contact_a .contact_fr form .form_code .submit:hover {
  transform: scale(0.95);
  transition: all .8s;
}

footer {
  padding: 80px 0 40px;
  background: #F8F9FB;
}

.foot_top {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_top .foot_logo {
  display: flex;
  align-items: center;
}

.foot_top .foot_logo>a {
  display: block;
  margin-right: 48px;
}

.foot_top .foot_logo .foot_icon01 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.foot_top .foot_logo .foot_icon01 img {
  display: block;
  margin-right: 5px;
}

.foot_top .foot_logo .foot_icon01 i {
  color: #999;
  line-height: 1;
  display: block;
}

.foot_top .foot_logo b {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
}

.foot_top p {
  font-family: 'YOUSHEhaoshenti';
  font-size: 24px;
}

.foot_cen {
  width: 1400px;
  margin: 56px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.foot_cen .foot_add {
  width: 32%;
}

.foot_cen .foot_add ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_cen .foot_add ul li {
  cursor: pointer;
}

.foot_cen .foot_add ul li p {
  font-size: 16px;
  line-height: 36px;
}

.foot_cen .foot_add ul .add_active p {
  font-weight: bold;
  color: #FF5E22;
  border-bottom: 2px solid #FF5E22;
}

.foot_cen .foot_add .add_text p {
  color: #666;
  margin-top: 24px;
}

.foot_cen nav {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.foot_cen nav .foot_one>a {
  font-size: 16px;
  font-weight: bold;
}

.foot_cen nav .foot_one ul li {
  margin-top: 24px;
}

.foot_cen nav .foot_one ul li a {
  color: #666;
}

.foot_cen .foot_qr {
  width: 10%;
  text-align: center;
}

.foot_cen .foot_qr img {
  display: block;
  width: 100%;
}

.foot_cen .foot_qr p {
  color: #666;
  line-height: 1;
  margin: 12px 0;
}

.foot_bot {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_bot .foot_copy {
  display: flex;
  align-items: center;
}

.foot_bot .foot_copy a,
.foot_bot .foot_copy p {
  color: #999;
  font-size: 12px;
}

/* 友情链接 */
.friendly_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
  width: 1400px;
  margin: 0 auto;
}

.friendly_links p {
  color: #C7C7C7;
}

.friendly_links a {
  color: #C7C7C7;
  margin: 0 10px;
}

/* 侧边栏 */
#fixed {
  position: fixed;
  right: 0;
  top: 30%;
  transition: all .5s;
  z-index: 100;
}

#fixed ul {
  display: flex;
  flex-direction: column;
}

#fixed ul li {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

#fixed ul .qr {
  position: relative;
}

#fixed ul .qr>img {
  display: none;
  width: 100px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

#fixed ul li>p,
#fixed ul li>a {
  float: left;
}

#fixed ul li>p img,
#fixed ul li>a img {
  margin: 10px;
}

#fixed ul li>p .bai,
#fixed ul li>a .bai {
  display: none;
}

#fixed ul #toTop p {
  float: none;
  text-align: center;
  padding: 4px;
  color: #848484;
}

#fixed ul li b {
  display: none;
  color: #fff;
  line-height: 50px;
}

#fixed ul:hover li {
  width: 180px;
  background-color: #FF5E22;
  border: 1px solid #FF5E22;
  transition: all .5s;
}

#fixed ul:hover .qr {
  height: 180px;
}

#fixed ul:hover .qr>img {
  display: block;
}

#fixed ul:hover a>img,
#fixed ul:hover p>img {
  display: none;
}

#fixed ul:hover a .bai,
#fixed ul:hover p .bai {
  display: block;
}

#fixed ul:hover li b {
  display: block;
}

#fixed ul:hover #toTop p {
  color: #fff;
  line-height: 40px;
  text-align: center;
}

/* 内页 公司简介 开始 */
.n_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.n_banner img {
  display: block;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .8s;
}

.n_banner .banner_w {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  position: relative;
}

.n_banner .banner_w .banner_text {
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.n_banner .banner_w .banner_text h5 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.n_banner .banner_w .banner_text b {
  font-weight: bold;
  font-size: 52px;
  line-height: 1;
  color: #fff;
  display: block;
  margin-top: 10px;
}

.n_banner .banner_w .banner_text i {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 10px 32px;
  background-color: #FF5E22;
  border-radius: 5px;
  position: relative;
  top: 42px;
}

.n_banner .keyword_a {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.n_banner .keyword_a .keyword_b {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.n_banner .keyword_a .keyword_b a {
  margin: 0 5px;
  color: #fff;
}

.gsgk_back .gsgk_a .walk_fl {
  padding-top: 70px;
}

.gsgk_back .gsgk_a .walk_fl .gsgk_ul {
  margin-top: 0;
  margin-bottom: 40px;
}

.gsgk_back .gsgk_a .walk_fl i {
  font-size: 16px;
}

.gsgk_back>i {
  margin: 0 auto;
  font-size: 16px;
  width: 1400px;
  display: block;
  line-height: 2;
  color: #6B6B6B;
  margin-top: 40px;
}

.n_title {
  width: 1400px;
  margin: 0 auto;
}

.n_title h5 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.n_title h5 span {
  color: #344394;
}

.n_title i {
  color: #C4C4C4;
  font-size: 20px;
}

.zzjg_back {
  margin-top: 60px;
  padding: 90px 0;
  background: #EFF3F6;
}

.zzjg_back .zzjg_a .zzjg_ig {
  text-align: center;
}

.zzjg_back .zzjg_a .zzjg_ig img {
  display: block;
  margin: 0 auto;
  margin-top: -44px;
}

.qywh_a {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 140px;
}

.qywh_a .qywh_b {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  margin-top: 50px;
  position: relative;
}

.qywh_a .qywh_b .sw03 {
  width: 100%;
  overflow: hidden;
  margin-left: 360px;
}

.qywh_a .qywh_b .sw03 .swiper-slide {
  position: relative;
}

.qywh_a .qywh_b .sw03 .swiper-slide img {
  width: 100%;
}

.qywh_a .qywh_b .sw03 .swiper-slide .sw03_title {
  position: absolute;
  top: 56px;
  left: 30px;
  transition: all .3s;
}

.qywh_a .qywh_b .sw03 .swiper-slide .sw03_title h6 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.qywh_a .qywh_b .sw03 .swiper-slide .sw03_title span {
  display: block;
  width: 30px;
  height: 3px;
  background: #FFFFFF;
  margin: 22px 0;
}

.qywh_a .qywh_b .sw03 .swiper-slide-active .sw03_title {
  opacity: 0;
  transition: all .3s;
}

.qywh_a .qywh_b .prev02 {
  left: 72%;
  top: 110%;
  width: 52px;
  height: 52px;
  background: url(../esimg/icon/jt_blue_fl.png) no-repeat center;
}

.qywh_a .qywh_b .next02 {
  right: 18%;
  top: 110%;
  width: 52px;
  height: 52px;
  background: url(../esimg/icon/jt_icon02.png) no-repeat center;
}

.qywh_a .qywh_b .pagination02 {
  left: 27%;
  bottom: -54px;
  color: #959595;
  font-size: 16px;
  z-index: -1;
}

.qywh_a .qywh_b .pagination02 .swiper-pagination-current {
  font-size: 20px;
  color: #344394;
}

.qywh_a .qywh_b .sw03_text {
  position: absolute;
  left: 260px;
  bottom: -50px;
  z-index: 10;
}

.qywh_a .qywh_b .sw03_text .sw03_t {
  position: relative;
}

.qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq {
  position: absolute;
  top: 10%;
  left: 10%;
}

.qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq h6 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq span {
  display: block;
  width: 30px;
  height: 3px;
  background: #FFFFFF;
  margin: 22px 0;
}

.qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-right: 36px;
}

/* 内页 公司简介 结束 */
/* 荣誉资质 */
.ryzz_a .rr_img {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
}

.ryzz_a .rr_img .rr_list {
  margin-right: 25px;
  margin-bottom: 20px;
  transition: all .5s;
}

.ryzz_a .rr_img .rr_list:nth-child(4n) {
  margin-right: 0;
}

.ryzz_a .rr_img .rr_list p {
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0;
  color: #6B6B6B;
}

/* 内页 公司业务 开始 */
.lab_a {
  width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
}

.lab_a>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-around;
  margin: 42px 0;
}

.lab_a>ul li a {
  display: block;
  padding: 10px 36px;
}

.lab_a>ul .lab_active a {
  background-color: #FF5E22;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: 3px solid #f1dbd3;
  transition: all .8s;
}

.lab_a>ul> :hover a {
  background-color: #FF5E22;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: 3px solid #f1dbd3;
  transition: all .8s;
}

.lab_a .lab_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}


.lab_a .lab_b .lab_c {
  position: relative;
  width: 32%;
  margin-bottom: 25px;
  margin-right: 2%;
}

.lab_a .lab_b .lab_c:nth-child(3n) {
  margin-right: 0;
}

.lab_a .lab_b .lab_c a {
  width: 100%;
  display: block;
}

.lab_a .lab_b .lab_c a img {
  display: block;
  width: 100%;
}

.lab_a .lab_b .lab_c .lab_mark {
  width: 82%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(52, 67, 148, 0.85);
  text-align: center;
  transition: all .8s;
  opacity: 0;
}

.lab_a .lab_b .lab_c .lab_mark span {
  display: block;
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
  line-height: 1;
}

.lab_a .lab_b .lab_c .lab_mark b {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 16px 0;
  line-height: 1;
}

.lab_a .lab_b .lab_c .lab_mark i {
  display: block;
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1;
}

.lab_a .lab_b .lab_c:hover .lab_mark {
  opacity: 1;
  transition: all .8s;
}

/* 分页 */
.paging ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin: 45px 0 70px;
}

.paging ul li a {
  display: block;
  width: 50px;
  line-height: 50px;
  background: #EEF2F7;
  border-radius: 6px;
  text-align: center;
  margin: 0 10px;
  font-size: 16px;
  color: #262626;
  transition: all .5s;
}

.paging ul li:last-child a,
.paging ul li:first-child a {
  width: 100px;
}

.paging ul li:hover a {
  background-color: #344394;
  color: #fff;
  transition: all .5s;
}

.paging ul .f_active a {
  background-color: #344394;
  color: #fff;
}

.sug_a {
  width: 1400px;
  margin: 0 auto;
}

.sug_a .sug_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 90px;
}

.sug_a .sug_b .sug_c {
  width: 46%;
  padding: 30px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sug_a .sug_b .sug_c .sug_text {
  margin-right: 80px;
}

.sug_a .sug_b .sug_c .sug_text>a {
  color: #333;
  opacity: .6;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.sug_a .sug_b .sug_c .sug_text h5 {
  margin-bottom: 10px;
}

.sug_a .sug_b .sug_c .sug_text h5 a {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  transition: all .3s;
}

.sug_a .sug_b .sug_c .sug_date {
  text-align: right;
}

.sug_a .sug_b .sug_c .sug_date i {
  display: block;
  color: #999;
  margin-bottom: 30px;
}

.sug_a .sug_b .sug_c:hover .sug_text h5 a {
  color: #344394;
  transition: all .3s;
}

.dl_logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
  margin-bottom: 40px;
}

.dl_logo .dl_lo {
  width: calc(100% / 6);
  text-align: center;
  border: 3px solid #E8EBF2;
  margin-left: -3px;
  margin-bottom: -3px;
}

.dl_logo .dl_lo img {
  display: block;
  width: 100%;
}

.dl_logo .dl_lo p {
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 0;
}

.dl_logo> :hover {
  border: 3px solid #FF5E22;
  z-index: 100;
}

/* 详情页 */
.tory_a {
  width: 1400px;
  margin: 0 auto 30px;
  padding-top: 65px;
}

.tory_a .n_title {
  margin-bottom: 30px;
}

.tory_a .tory_fl {
  width: 75%;
  padding-top: 20px;
}

.tory_a .tory_fl .to_title {
  display: flex;
  align-items: flex-end;
}

.tory_a .tory_fl .to_title h5 {
  font-size: 26px;
}

.tory_a .tory_fl .to_title span {
  display: block;
  font-size: 16px;
  margin: 0 26px;
}

.tory_a .tory_fl .to_title i {
  display: block;
  font-size: 16px;
}

.tory_a .tory_fl .toory_line {
  width: 100%;
  height: 1px;
  background: #F0F0F0;
  margin: 20px 0 30px;
}

.tory_a .tory_fl p {
  font-size: 16px;
  line-height: 30px;
}

.tory_a .tory_fl .tour_blue {
  color: #344394;
}

.tory_a .tory_fl .to_img {
  width: 100%;
  margin-bottom: 20px;
}

.tory_a .tory_fl .to_img img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: all .8s;
}

.tory_a .tory_fl .to_img img:hover {
  transform: scale(0.95);
  transition: all .8s;
}

.tory_a .tory_fl .tory_img {
  width: 48%;
  margin-bottom: 20px;
}

.tory_a .tory_fl .tory_img img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: all .8s;
}

.tory_a .tory_fl .tory_img img:hover {
  transform: scale(0.95);
  transition: all .8s;
}

.tory_a .tory_fl .fanhui {
  display: block;
  width: 160px;
  line-height: 50px;
  text-align: center;
  background: #344394;
  color: #fff;
  border-radius: 6px;
  transition: all .8s;
}

.tory_a .tory_fl .fanhui:hover {
  transform: scale(0.95);
  transition: all .8s;
}

.tory_a .tory_fr {
  width: 20%;
}

.tory_a .tory_fr ul li {
  margin-bottom: 20px;
  padding-left: 36px;
  background-color: #EFF3F6;
  border-radius: 4px;
  border: 3px solid #f5f6f6;
  transition: all .8s;
}

.tory_a .tory_fr ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  transition: all .8s;
}

.tory_a .tory_fr ul li:hover {
  background-color: #FF5E22;
  border: 3px solid #f1dbd3;
  transition: all .8s;
}

.tory_a .tory_fr ul li:hover a {
  color: #fff;
  transition: all .8s;
}

.tory_a .tory_fr ul .tory_active {
  background-color: #FF5E22;
  border: 3px solid #f1dbd3;
}

.tory_a .tory_fr ul .tory_active a {
  color: #fff;
}

.tory_a .tory_fr h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 36px 0 16px;
}

.tory_a .tory_fr .to_frb .to_frimg {
  display: block;
}

.tory_a .tory_fr .to_frb .to_frimg img {
  display: block;
  width: 100%;
}

.tory_a .tory_fr .to_frb .to_frtext {
  padding: 22px 16px;
  transition: all .8s;
}

.tory_a .tory_fr .to_frb .to_frtext h5 {
  margin-bottom: 20px;
}

.tory_a .tory_fr .to_frb .to_frtext h5 a {
  font-size: 16px;
  line-height: 1.2;
  transition: all .8s;
}

.tory_a .tory_fr .to_frb .to_frtext .to_frjt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tory_a .tory_fr .to_frb .to_frtext .to_frjt p {
  font-size: 12px;
  opacity: .6;
  line-height: 1.2;
  transition: all .8s;
}

.tory_a .tory_fr .to_frb:hover .to_frtext {
  background-color: #344394;
  transition: all .8s;
}

.tory_a .tory_fr .to_frb:hover .to_frtext h5 a {
  color: #fff;
  transition: all .8s;
}

.tory_a .tory_fr .to_frb:hover .to_frtext .to_frjt p {
  color: #fff;
  transition: all .8s;
}

/* 售后服务 */
.shfw_a {
  width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 120px;
}

.shfw_a .sh_logo {
  margin-top: 36px;
}

.shfw_a .sh_logo img {
  display: block;
  margin: 0 auto;
}

.shfw_a>h5 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 24px;
}

.shfw_a p {
  width: 56%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.shfw_a ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px;
}

.shfw_a ul li {
  width: 400px;
  height: 300px;
  border: 2px solid #FFFFFF;
  background: linear-gradient(to bottom, #EEF2F7 0%, #FFFFFF 100%);
  box-shadow: 5px 9px 30px 0px rgba(193, 206, 223, 0.36);
  border-radius: 10px;
  text-align: center;
  margin: 0 33px;
}

.shfw_a ul li img {
  display: block;
  margin: 54px auto 30px;
}

.shfw_a ul li b {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 14px;
}

.shfw_a ul li i {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.shfw_a .shfw_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  background-color: #FF5E22;
  padding: 0 30px;
  border-radius: 4px;
  border: 3px solid #f1dbd3;
}

.shfw_a .shfw_btn img {
  display: block;
}

.shfw_a .shfw_btn span {
  display: block;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
}

/* 内页 公司业务 结束 */
/* 新闻 开始 */
.xw_a {
  padding-top: 60px;
}

.xw_a .xw_top {
  transition: all .5s;
  width: 100%;
  margin-top: 50px;
}

.xw_a .xw_top .xw_c {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 50px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}

.xw_a .xw_top .xw_c .new_btn {
  position: absolute;
  top: 0;
  right: 30px;
}

.xw_a .xw_top .xw_c .xw_fl {
  display: block;
  width: 28%;
}

.xw_a .xw_top .xw_c .xw_fl img {
  display: block;
  width: 100%;
}

.xw_a .xw_top .xw_c .xw_fr {
  width: 68%;
}

.xw_a .xw_top .xw_c .xw_fr h5 a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.xw_a .xw_top .xw_c .xw_fr p a {
  line-height: 30px;
  font-size: 16px;
  opacity: .6;
}

.xw_a .xw_top .xw_c .xw_fr .xw_frjt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.xw_a .xw_top .xw_c .xw_fr .xw_frjt i {
  display: block;
  font-size: 18px;
  font-family: Arial;
  color: #999;
}

.xw_a .xw_top .xw_c .xw_fr .xw_frjt .yellow {
  display: none;
}

.xw_a .xw_top:hover {
  background-color: rgba(240, 240, 240, 0.3);
}

.xw_a .xw_top:hover .xw_c .xw_fr h5 a {
  color: #344394;
  transition: all .5s;
}

.xw_a .xw_top:hover .xw_c .xw_frjt .blue {
  display: none;
}

.xw_a .xw_top:hover .xw_c .xw_frjt .yellow {
  display: block;
}

.xw_a .xw_b {
  transition: all .5s;
}

.xw_a .xw_b .xw_c {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 50px;
  border-bottom: 1px solid #F0F0F0;
}

.xw_a .xw_b .xw_c .xw_date {
  width: 100%;
}

.xw_a .xw_b .xw_c .xw_date b {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  font-family: Arial;
  margin-bottom: 6px;
}

.xw_a .xw_b .xw_c .xw_date i {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-family: Arial;
}

.xw_a .xw_b .xw_c .xw_date span {
  display: block;
  width: 36px;
  height: 2px;
  background: #344394;
  margin-top: 30px;
}

.xw_a .xw_b .xw_c .xw_text {
  width: 80%;
}

.xw_a .xw_b .xw_c .xw_text h5 a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.xw_a .xw_b .xw_c .xw_text p a {
  line-height: 30px;
  font-size: 16px;
  opacity: .6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.xw_a .xw_b .xw_c .xw_jt {
  width: 8%;
  text-align: right;
}

.xw_a .xw_b .xw_c .xw_jt .yellow {
  display: none;
}

.xw_a .xw_b:hover {
  background-color: rgba(240, 240, 240, 0.3);
  transition: all .5s;
}

.xw_a .xw_b:hover .xw_c .xw_date i,
.xw_a .xw_b:hover .xw_c .xw_date b,
.xw_a .xw_b:hover .xw_c .xw_text h5 a {
  color: #344394;
  transition: all .5s;
}

.xw_a .xw_b:hover .xw_c .xw_jt .blue {
  display: none;
}

.xw_a .xw_b:hover .xw_c .xw_jt .yellow {
  display: block;
}

/* 新闻详情页 */
.newxq_a .newxq_fl .newxq_title {
  text-align: center;
}

.newxq_a .newxq_fl .newxq_title h5 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}

.newxq_a .newxq_fl .newxq_title i {
  display: block;
  font-size: 18px;
  color: #999;
}

.newxq_a .newxq_fl .newxq_img img {
  display: block;
  width: 650px;
  margin: 0 auto;
  transition: all .8s;
}

.newxq_a .newxq_fl .newxq_img img:hover {
  transform: scale(0.95);
  transition: all .8s;
}

.newxq_a .newxq_fl>img {
  display: block;
  width: 650px;
  margin: 0 auto;
  transition: all .8s;
}

.newxq_a .newxq_fl>img:hover {
  transform: scale(0.95);
  transition: all .8s;
}

.newxq_a .newxq_fl .newxq_gjc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 36px 0 52px;
}

.newxq_a .newxq_fl .newxq_gjc p {
  font-size: 16px;
}

.newxq_a .newxq_fl .newxq_gjc a {
  font-size: 16px;
  margin-right: 10px;
}

.newxq_a .newxq_fr .to_frb .to_frtext h5 {
  margin-bottom: 12px;
}

.newxq_a .newxq_fr .to_frb .to_frtext>p {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.6;
  margin-bottom: 16px;
  transition: all .5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.newxq_a .newxq_fr .to_frb:hover .to_frtext>p {
  color: #fff;
  transition: all .5s;
}

/* 新闻 结束 */
/* 联系我们 开始 */
.lxwm_a {
  width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 130px;
}

.lxwm_a .n_title {
  margin-bottom: 30px;
}

.lxwm_a .lxwm_box {
  display: flex;
  justify-content: space-between;
}

.lxwm_a .lxwm_box .lx_fl {
  width: 80%;
}

.lxwm_a .lxwm_box .lx_fr {
  width: 15%;
  text-align: center;
}

.lxwm_a .lxwm_box .lx_fr img {
  display: block;
  width: 100%;
}

.lxwm_a .lxwm_b {
  padding: 46px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  margin-bottom: -1px;
}

.lxwm_a .lxwm_b h6 {
  width: 10%;
  font-size: 20px;
  font-weight: bold;
}

.lxwm_a .lxwm_b .lx_text {
  flex: 1;
  margin-left: 150px;
}

.lxwm_a .lxwm_b .lx_text .lx_img {
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 6px;
}

.lxwm_a .lxwm_b .lx_text .lx_img img {
  display: block;
  margin-right: 10px;
}

.lxwm_a .lxwm_b .lx_text .lx_img p {
  font-size: 18px;
}

/* 联系我们 结束 */
@media screen and (min-width: 1000px) and (max-width: 1399px) {

  /* 网站地图1400 开始 */
  .wzdt2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* 404 over */
  header .h_cen .h_nav .p_one a {
    padding: 10px 8px;
    transition: all .8s;
  }

  header .h_cen .h_nav .p_one .p_two {
    padding-top: 44%;
  }

  header .h_cen .h_logo a img {
    width: 160px;
    transition: all .8s;
  }

  header .h_cen .h_logo p {
    font-size: 14px;
    margin-top: 10px;
    transition: all .8s;
  }

  .n_banner .banner_w,
  .n_banner img,
  .i_banner .swiper01 img {
    width: 1400px;
    margin-left: -700px;
    transition: all .8s;
  }

  .i_banner .swiper01 .pagin01 {
    left: -42%;
    transition: all .8s;
  }

  .ryzz_a .rr_img,
  .n_title,
  .friendly_links,
  .foot_bot,
  .foot_cen,
  .foot_top,
  .contact_a,
  .promotion,
  .new_a,
  .strength_back .strength_text,
  .strength_a,
  .walk_back .walk_a,
  .keyword_a {
    width: 90%;
    transition: all .8s;
  }

  .keyword_a .keyword_b {
    width: 100%;
  }

  .walk_back .walk_a .walk_fr img {
    height: 100%;
    object-fit: contain;
  }

  .walk_back .walk_a .walk_fr a {
    width: 40px;
    top: 72%;
  }

  .strength_back {
    width: 100%;
    margin: 0;
    left: 0;
  }

  .strength_back .strength_ig {
    height: 100%;
  }

  .strength_back .strength_ig img {
    height: 100%;
    object-fit: cover;
  }

  .contact_a .contact_fl h5,
  .title h5 {
    font-size: 24px;
  }

  .contact_a .contact_fl i,
  .title i {
    font-size: 18px;
  }

  .new_a .new_fl {
    width: 80%;
  }

  .new_a .new_fl .new_b>a {
    width: 40%;
    height: auto;
  }

  .new_a .new_fl .new_b .new_text h5 a {
    font-size: 16px;
  }

  .new_a .new_fl .new_b .new_text i {
    margin: 5px 0;
  }

  .new_a .new_fl .new_b .new_text .new_tz {
    margin-top: 10px;
  }

  .new_a .new_line02 {
    margin: 0 30px;
  }

  .contact_a .contact_fr form .form_code input {
    width: 22%;
  }

  .contact_a .contact_fr form p input::placeholder {
    font-size: 12px;
  }

  .contact_a .contact_fl .contact_b p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* 内页 */
  .gsgk_back .gsgk_a .walk_fl i {
    font-size: 14px;
  }

  .gsgk_back>i {
    font-size: 14px;
    width: 90%;
  }

  .zzjg_back .zzjg_a .zzjg_ig {
    width: 90%;
    margin: 0 auto;
  }

  .zzjg_back .zzjg_a .zzjg_ig img {
    width: 100%;
    margin-top: -10px;
  }

  .qywh_a .qywh_b {
    width: 90%;
    left: 10%;
    margin-left: 0;
  }

  .qywh_a .qywh_b .sw03 {
    margin-left: 0;
  }

  .qywh_a .qywh_b .sw03_text {
    width: 30%;
    height: auto;
    left: -5%;
  }

  .qywh_a .qywh_b .sw03_text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq p {
    font-size: 12px;
    line-height: 1.5;
  }

  .qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq h6 {
    font-size: 20px;
  }

  .qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq span {
    margin: 10px 0;
  }

  .qywh_a .qywh_b .sw03_text .sw03_t .sw03_xq {
    position: absolute;
    top: 8%;
    left: 6%;
  }

  .qywh_a .qywh_b .prev02 {
    left: 70%;
  }

  .qywh_a .qywh_b .next02 {
    right: 12%;
  }

  .qywh_a .qywh_b .pagination02 {
    left: 29%;
    bottom: -38px;
  }

  /* 内页banner */
  .n_banner .banner_w .banner_text h5 {
    font-size: 30px;
  }

  .n_banner .banner_w .banner_text b {
    font-size: 32px;
  }

  .n_banner .banner_w .banner_text i {
    font-size: 16px;
    padding: 6px 12px;
  }

  .n_nav .n_ul01 {
    width: 90%;
  }

  /* 内页title */
  .lxwm_a,
  .shfw_a,
  .tory_a,
  .sug_a,
  .lab_a {
    width: 90%;
  }

  .lxwm_a .n_title,
  .shfw_a .n_title,
  .tory_a .n_title,
  .sug_a .n_title,
  .lab_a .n_title {
    width: 100%;
  }

  .lab_a .lab_b .lab_c .lab_mark span {
    margin-top: 30px;
  }

  .paging ul li a {
    width: 40px;
    line-height: 40px;
  }

  /* 售后服务 */
  .shfw_a ul li {
    width: 30%;
  }

  /* 新闻列表页 */
  .xw_a .xw_b .xw_c,
  .xw_a .xw_top .xw_c {
    width: 90%;
  }

  .xw_a .xw_top .xw_c .xw_fl {
    width: 42%;
  }

  .xw_a .xw_top .xw_c .xw_fr {
    width: 52%;
  }

  .xw_a .xw_b .xw_c .xw_text p a,
  .xw_a .xw_top .xw_c .xw_fr p a {
    font-size: 14px;
    line-height: 24px;
  }

  .xw_a .xw_b .xw_c .xw_text {
    width: 76%;
  }

  .xw_a .xw_b .xw_c .xw_date b {
    font-size: 24px;
  }

  .lxwm_a .lxwm_b h6 {
    width: 14%;
  }

  .lxwm_a .lxwm_b .lx_text {
    margin-left: 10%;
  }

  /* 荣誉资质 */
  .ryzz_a .rr_img .rr_list {
    width: 24%;
    margin-right: 1%;
    transition: all .5s;
  }

  .ryzz_a .rr_img .rr_list02 {
    width: 18%;
  }

  .ryzz_a .rr_img .rr_list img {
    width: 100%;
    transition: all .5s;
  }

  .ryzz_a .rr_img .rr_list p {
    height: 28px;
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {

  #fixed,
  .pc {
    display: none !important;
  }

  /* 网站地图1000 开始 */
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* 404 over */
  .t_nav {
    width: 100%;
    height: 70px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
  }

  .t_nav .t_nav_fl {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .t_nav .t_nav_fl>span {
    display: block;
    width: 1px;
    height: 20px;
    background-color: #EEEEEE;
    margin: 0 3%;
  }

  .t_nav .t_nav_fl>p {
    font-size: 12px;
    font-weight: bold;
  }

  .t_nav .t_nav_fl>p span {
    color: #344394;
  }

  .t_nav .t_bt {
    width: 6%;
  }

  .t_nav .t_bt img {
    display: block;
    float: right;
    width: 22px;
  }

  .t_logo {
    display: block;
    width: 110px;
  }

  .t_logo img {
    display: block;
    width: 100%;
  }

  .t_hk {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    transition: all .5s;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  }

  .t_fr {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 80px;
    position: relative;
  }

  .t_fr .t_gb {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
  }

  .t_hk .on {
    line-height: 60px;
  }

  .t_hk .on a {
    font: 18px/60px '微软雅黑';
    padding-left: 8vw;
  }

  .t_hk .t01_active>a,
  .t_hk .on:hover>a {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #344394;
    font-weight: bold;
    background-color: #eee;
  }

  .t_hk .on ul {
    display: none;
  }

  .t_hk .t01_active ul {
    display: block;
    height: auto;
  }

  .t_hk .t01_active ul li {
    height: 60px;
  }

  .t_hk .t01_active ul li a {
    display: block;
    line-height: 60px;
    padding-left: 12vw;
  }

  .t01_active ul .t02_active a {
    color: #344394;
  }

  .i_banner .swiper01 img {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .t_hot {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 0;
  }

  .t_hot p {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
  }

  .t_hot a {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin: 0 5px;
  }

  .keyword_a {
    display: none;
  }

  .walk_back {
    padding-top: 36px;
    background: url(../esimg/img/tel_walk_back01.png) no-repeat center;
    background-size: cover;
  }

  .strength_a,
  .walk_back .walk_a {
    width: 90%;
  }

  .walk_back .walk_a .walk_fl {
    width: 100%;
  }

  .walk_back .walk_a .walk_fl .walk_b {
    display: flex;
    align-items: center;
  }

  .walk_back .walk_a .walk_fl .walk_b img {
    display: block;
    width: 42px;
  }

  .walk_back .walk_a .walk_fl h5 {
    margin-bottom: 24px;
  }

  .walk_back .walk_a .walk_fl h6 {
    font-size: 18px;
  }

  .walk_back .walk_a .walk_fl p {
    font-size: 16px;
  }

  .walk_back .walk_a .walk_fl .walk_line {
    margin: 20px 0;
  }

  .walk_t01 {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .walk_back .walk_a .walk_fl ul li {
    margin-right: auto;
  }

  .walk_back .walk_a .walk_fr {
    display: none;
  }

  .title h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .title i {
    font-size: 14px;
  }

  .strength_a .strength_switch .strength_list .strength_icon {
    flex-direction: column;
  }

  .strength_a .strength_switch .strength_list i {
    display: none;
  }

  .strength_a .strength_switch .strength_list {
    padding: 0 6px;
    justify-content: center;
  }

  .strength_a .strength_switch .strength_list .strength_icon p {
    font-size: 14px;
  }

  .strength_a .strength_switch .strength_list .strength_icon img {
    margin-right: 0;
  }

  .strength_back .strength_ig {
    display: none;
  }

  .strength_back {
    width: 100%;
    margin: 0;
    left: 0;
  }

  .strength_back .strength_text {
    width: 90%;
    padding: 30px 0;
  }

  .strength_back .strength_text .str_title {
    width: 100%;
  }

  .strength_back .strength_text .str_title ul li a span {
    margin-left: 10px;
  }

  .str_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: normal;
  }

  .str_c ul {
    flex: 1;
  }

  .str_c .tel_str_ig01 {
    width: 60%;
  }

  .str_c .tel_str_ig01 img {
    display: block;
    width: 100%;
  }

  .strength_back .strength_text .str_title ul li {
    margin-bottom: 12px;
  }

  .strength_back .strength_text .str_title ul {
    margin-top: 12px;
  }

  .strength_back .strength_text .str_title ul li a {
    font-size: 14px;
  }

  .contact_a,
  .friendly_links,
  .foot_bot,
  .foot_cen,
  .foot_top,
  .promotion,
  .new_a {
    width: 90%;
  }

  .i_banner .swiper01 {
    width: 90%;
    left: 0;
    margin: 0 auto;
  }

  .i_banner .swiper01 .prev0,
  .i_banner .swiper01 .next0 {
    display: none;
  }

  .new_a .new_fl .new_b,
  .new_a .new_fr,
  .new_a .new_line02,
  .new_a .new_fl .new_line01 {
    display: none;
  }

  .new_a {
    flex-direction: column;
    padding-top: 40px;
  }

  .new_a .new_fl {
    width: 100%;
  }

  .new_a .sw02 {
    width: 100%;
    overflow: hidden;
  }

  .new_a .sw02 .sw02_ig {
    display: block;
    width: 100%;
  }

  .new_a .sw02 .sw02_ig img {
    display: block;
    width: 100%;
  }

  .sw02_text {
    padding: 24px;
    background: #F8F9FB;
  }

  .sw02_text h5 a {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    display: block;
    font-weight: bold;
  }

  .sw02_text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    opacity: 0.6;
  }

  .sw02_text i {
    font-family: Arial;
    color: #999;
    display: block;
    margin-top: 12px;
  }

  .sw02_text .tel_sw02_line {
    width: 100%;
    height: 1px;
    margin: 12px 0;
    background: #F0F0F0;
  }

  .sw02_text .sw02_ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sw02_text .sw02_ic a {
    color: #999;
  }

  .promotion {
    margin: 40px auto;
  }

  .contact_a {
    flex-direction: column;
    padding: 36px 0;
  }

  .contact_a .contact_fl {
    width: 100%;
  }

  .contact_a .contact_fl h5 {
    font-size: 18px;
  }

  .contact_a .contact_fl i {
    font-size: 14px;
  }

  .contact_a .contact_fl .con_bt,
  .contact_a .contact_fl .contact_b,
  .contact_a .contact_fl .con_ic {
    display: none;
  }

  .contact_a .contact_fr {
    width: 100%;
    margin-top: 30px;
  }

  .contact_a .contact_fr form .form_code img {
    display: block;
    width: 80px;
    height: 40px;
  }

  .contact_a .contact_fr form .form_code input {
    width: 24%;
    padding-left: 0;
  }

  .contact_a .contact_fr form .form_code input::placeholder {
    transform: scale(0.85);
  }

  footer {
    padding: 40px 0;
    margin-bottom: 90px;
  }

  .foot_top p,
  .foot_cen nav {
    display: none;
  }

  .foot_top .foot_logo {
    width: 100%;
  }

  .foot_top .foot_logo b {
    color: #344394;
  }

  .foot_top .foot_logo .foot_icon01 img {
    width: 12px;
  }

  .foot_top .foot_logo>a {
    margin-right: auto;
  }

  .foot_top .foot_logo>a img {
    width: 160px;
  }

  .foot_cen .foot_add {
    width: 74%;
  }

  .foot_cen .foot_qr {
    width: 24%;
  }

  .foot_cen .foot_qr p {
    font-size: 12px;
  }

  .foot_cen .foot_qr img {
    width: 100%;
  }

  .foot_cen .foot_add ul li p {
    font-size: 14px;
    font-weight: bold;
  }

  .foot_cen .foot_add .add_text p {
    margin-top: 16px;
  }

  .foot_cen {
    margin: 30px auto;
  }

  .foot_bot {
    display: block;
  }

  .foot_bot .foot_copy a,
  .foot_bot .foot_copy p {
    line-height: 1.5;
  }

  /* 手机底部导航 */
  .fixed_nav {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }

  .fixed_nav ul {
    justify-content: space-around;
    height: 100%;
    background-color: #fff;
  }

  .fixed_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
  }

  .fixed_nav ul li>.ic {
    width: 30px;
  }

  .fixed_nav ul li>.ic img {
    width: 100%;
  }

  .fixed_nav ul li>.tx {
    margin: 5px 0;
  }

  .fixed_nav ul li:hover>.tx,
  .fixed_nav ul .tnav_active>.tx {
    color: #344394;
  }

  .fixed_nav ul li .ic .ig_active,
  .fixed_nav ul .tnav_active .ic img {
    display: none;
  }

  .fixed_nav ul .tnav_active .ic .ig_active {
    display: block;
  }

  @keyframes bounce_a {

    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0);
    }
  }

  .bounce_a {
    -webkit-animation-name: bounce_a;
    animation-name: bounce_a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .fixed_nav .tel_phone {
    width: 49px;
    position: absolute;
    left: calc(50% - 25px);
    top: -22px;
    animation: bounce_a 2s infinite;
  }

  .fixed_nav .tel_phone a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .fixed_nav .tel_phone a img {
    width: 100%;
  }

  /* 内页 */
  .gsgk_back>i {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
  }

  .n_title {
    width: 90%;
  }

  .n_title h5 {
    font-size: 24px;
  }

  .n_title i {
    font-size: 14px;
  }

  .gsgk_back .gsgk_a .walk_fl {
    padding-top: 40px;
  }

  .gsgk_back .gsgk_a .walk_fl i {
    font-size: 14px;
  }

  .zzjg_back {
    padding: 60px 0;
  }

  .zzjg_a {
    width: 90%;
    margin: 0 auto;
  }

  .zzjg_a .zzjg_ig {
    width: 100%;
  }

  .zzjg_back .zzjg_a .zzjg_ig img {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .qywh_a .qywh_b {
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  .qywh_a .qywh_b .sw03 {
    margin-left: 0;
  }

  .qywh_a .qywh_b .sw03 .sw03_t .sw03_xq {
    position: absolute;
    top: 10%;
    left: 10%;
  }

  .qywh_a .qywh_b .sw03 .sw03_t .sw03_xq h6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
  }

  .qywh_a .qywh_b .sw03 .sw03_t .sw03_xq span {
    display: block;
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    margin: 10px 0;
  }

  .qywh_a .qywh_b .sw03 .sw03_t .sw03_xq p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding-right: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }

  .qywh_a .qywh_b .next02 {
    right: 30%;
    top: 120%;
    width: 46px;
    height: 46px;
    background-size: 100%;
  }

  .qywh_a .qywh_b .prev02 {
    left: 30%;
    top: 120%;
    width: 46px;
    height: 46px;
    background-size: 100%;
  }

  .qywh_a .qywh_b .pagination02 {
    left: 0%;
    bottom: -44px;
  }

  .qywh_a .qywh_b .sw03 .swiper-slide .sw03_title {
    top: 16px;
    left: 12px;
  }

  .qywh_a .qywh_b .sw03 .swiper-slide-active .sw03_title {
    opacity: 1;
    transition: all .3s;
  }

  .qywh_a .qywh_b .sw03 .swiper-slide .sw03_title h6 {
    font-size: 18px;
  }

  .qywh_a .qywh_b .sw03 .swiper-slide .sw03_title span {
    width: 20px;
    height: 2px;
    margin: 16px 0;
  }

  .qywh_a {
    padding: 60px 0 100px;
  }

  .n_banner img {
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  .n_banner .banner_w {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .n_nav .n_ul01 {
    width: 90%;
  }

  .n_nav .n_ul01 li a {
    font-size: 14px;
    padding: 16px 0;
  }

  /* 内页 title */
  .lxwm_a,
  .shfw_a,
  .tory_a,
  .sug_a,
  .lab_a {
    width: 90%;
  }

  .lxwm_a .n_title,
  .shfw_a .n_title,
  .tory_a .n_title,
  .sug_a .n_title,
  .lab_a .n_title {
    width: 100%;
  }

  .lab_a {
    padding-top: 30px;
  }

  .lab_a>ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 24px 0;
  }

  .lab_a>ul li {
    width: 33%;
    text-align: center;
  }

  .lab_a>ul li a {
    padding: 10px 0;
    width: 100%;
  }

  .lab_a .lab_b {
    justify-content: space-between;
    margin: 0;
  }

  .lab_a .lab_b .lab_c {
    width: 48%;
  }

  .lab_a .lab_b .lab_c:nth-child(3n) {
    margin-right: auto;
  }

  .lab_a .lab_b .lab_c .lab_mark span {
    margin-top: 10px;
    font-size: 24px;
  }

  .lab_a .lab_b .lab_c .lab_mark b {
    font-size: 14px;
    margin: 4px 0;
  }

  .lab_a .lab_b .lab_c .lab_mark i {
    font-size: 12px;
  }

  .paging ul {
    margin: 10px 0 40px;
  }

  .paging ul li a {
    width: 30px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 12px;
  }

  .paging ul li:last-child a,
  .paging ul li:first-child a {
    width: 50px;
  }

  .sug_a .sug_b {
    margin-bottom: 50px;
  }

  .sug_a .sug_b .sug_c {
    width: 100%;
  }

  .sug_a .sug_b .sug_c .sug_text {
    margin-right: 20px;
  }

  .sug_a .sug_b .sug_c .sug_text h5 a {
    font-size: 18px;
  }

  .sug_a .sug_b .sug_c .sug_date i {
    margin-bottom: 20px;
  }

  /* 仪器代理 */
  .dl_logo .dl_lo {
    width: calc(100% / 3);
  }

  .dl_logo .dl_lo p {
    font-size: 12px;
  }

  /* 实验室详情页 */
  .tory_a {
    padding-top: 30px;
  }

  .tory_a .tory_fl {
    width: 100%;
  }

  .tory_a .n_title {
    margin-bottom: 0;
  }

  .tory_a .tory_fl .toory_line {
    margin: 20px 0;
  }

  .tory_a .tory_fl p {
    font-size: 14px;
  }

  .tory_a .tory_fl .to_title {
    align-items: flex-start;
    flex-direction: column;
  }

  .tory_a .tory_fl .to_title span {
    display: none;
  }

  .tory_a .tory_fl .to_title h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tory_a .tory_fr {
    display: none;
  }

  .tory_a .tory_fl .fanhui {
    width: 90px;
    line-height: 36px;
  }

  /* 售后 */
  .shfw_a {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .shfw_a>h5 {
    font-size: 20px;
    margin: 20px;
  }

  .shfw_a p {
    width: 100%;
  }

  .shfw_a .sh_logo img {
    width: 200px;
  }

  .shfw_a ul {
    margin: 30px 0;
    flex-direction: column;
  }

  .shfw_a ul li {
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .shfw_a ul li img {
    margin: 20px auto 15px;
    width: 80px;
  }

  .shfw_a ul li b {
    font-size: 18px;
  }

  .shfw_a ul li i {
    font-size: 14px;
  }

  /* 新闻列表页 */
  .xw_a .xw_b .xw_c,
  .xw_a .xw_top .xw_c {
    width: 90%;
  }

  .xw_a .xw_top .xw_c {
    flex-direction: column;
    padding: 26px 0;
  }

  .xw_a .xw_top .xw_c .xw_fr,
  .xw_a .xw_top .xw_c .xw_fl {
    width: 100%;
  }

  .xw_a .xw_top .xw_c .xw_fr h5 a {
    margin-top: 20px;
  }

  .xw_a .xw_top .xw_c .xw_fr .xw_frjt {
    margin-top: 10px;
  }

  .xw_a .xw_top .xw_c .xw_fr .xw_frjt i {
    font-size: 14px;
  }

  .xw_a .xw_b .xw_c .xw_text p a,
  .xw_a .xw_top .xw_c .xw_fr p a {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }

  .xw_a .xw_b .xw_c {
    flex-direction: column;
    padding: 26px 0;
  }

  .xw_a .xw_top .xw_c .xw_fr h5 a,
  .xw_a .xw_b .xw_c .xw_text h5 a {
    font-size: 18px;
  }

  .xw_a .xw_b .xw_c .xw_date b {
    font-size: 24px;
  }

  .xw_a .xw_b .xw_c .xw_text {
    width: 100%;
  }

  .xw_a .xw_b .xw_c .tel_xwdate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .xw_a .xw_b .xw_c .xw_date span {
    display: none;
  }

  .xw_a .xw_b .xw_c:hover .tel_xwdate .tel_xwjt .blue,
  .xw_a .xw_b .xw_c .tel_xwdate .tel_xwjt .yellow {
    display: none;
  }

  .xw_a .xw_b .xw_c:hover .tel_xwdate .tel_xwjt .yellow {
    display: block;
  }

  .xw_a .xw_b .xw_c .xw_date {
    width: 70%;
    display: flex;
    align-items: center;
  }

  .xw_a .xw_b .xw_c .xw_date b {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .xw_a .paging {
    margin-top: 30px;
  }

  /* 新闻详情 */
  .newxq_a .newxq_fl .newxq_title h5 {
    font-size: 18px;
  }

  .newxq_a .newxq_fl .newxq_title i {
    font-size: 14px;
  }

  .newxq_a .newxq_fl>img,
  .newxq_a .newxq_fl .newxq_img img {
    width: 90%;
  }

  .newxq_a .newxq_fl .newxq_gjc {
    margin: 20px 0 30px;
  }

  .newxq_a .newxq_fl .newxq_gjc a,
  .newxq_a .newxq_fl .newxq_gjc p {
    font-size: 14px;
  }

  /* 联系我们 */
  .lxwm_a {
    padding: 30px 0 60px;
  }

  .lxwm_a .lxwm_box .lx_fr {
    display: none;
  }

  .lxwm_a .lxwm_box .lx_fl {
    width: 100%;
  }

  .lxwm_a .lxwm_b {
    padding: 30px 0;
    flex-direction: column;
  }

  .lxwm_a .lxwm_b h6 {
    font-size: 16px;
    width: 26%;
  }

  .lxwm_a .lxwm_b .lx_text {
    margin-left: 0;
    margin-top: 26px;
  }

  .lxwm_a .lxwm_b .lx_text .lx_img p {
    font-size: 14px;
  }

  .lxwm_a .lxwm_b .lx_text .lx_img img {
    width: 24px;
    margin-right: 6px;
  }

  /* 地图 */
  .cont_map_back .contact_a {
    padding-top: 300px;
  }

  .cont_map_back .cont_map {
    width: 100%;
    height: 300px;
  }

  /* 荣誉资质 */
  .ryzz_a .rr_img {
    width: 90%;
  }

  .ryzz_a .rr_img .rr_list {
    width: 48%;
    margin-right: 4%;
  }

  .ryzz_a .rr_img .rr_list img {
    width: 100%;
  }

  .ryzz_a .rr_img .rr_list p {
    font-size: 12px;
    height: 24px;
  }

  .ryzz_a .rr_img .rr_list:nth-child(4n) {
    margin-right: auto;
  }

  .ryzz_a .rr_img .rr_list:nth-child(2n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=ys.css.map */